encoding/json.field.typ (field)

9 uses

	encoding/json (current package)
		encode.go#L1078: 	typ       reflect.Type
		encode.go#L1096: 	next := []field{{typ: t}}
		encode.go#L1115: 			if visited[f.typ] {
		encode.go#L1118: 			visited[f.typ] = true
		encode.go#L1121: 			for i := 0; i < f.typ.NumField(); i++ {
		encode.go#L1122: 				sf := f.typ.Field(i)
		encode.go#L1179: 						typ:       ft,
		encode.go#L1226: 					if count[f.typ] > 1 {
		encode.go#L1239: 					next = append(next, field{name: ft.Name(), index: index, typ: ft})